java8下 枚舉 通用方法 在項目中經常用到枚舉作為數據字典值和描述的相互轉化。 用法如下: public enum CommunicationParamsCom { COM_1(1, "COM1"), COM_2 ...